@charset "utf-8";
#docs{
	background: #f2f2f2;
}
#ft{
	margin-top: 0;
}
/*.c{
	width: 1200px;
}*/
#hd{
	background: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,.09)
}
#hd-nav a{
	color: white;
}
#hd-nav li{
	/*padding-left: 17px;
	padding-right: 17px;*/
}
#hd-nav li:hover{
	background: rgba(255,255,255,.09);
}

#hd-search input{
	background: #697581;
}

#w1{
	overflow: hidden;
}

#w1 ul{
	overflow: hidden;
	width: 110%;
	padding-top: 28px;
	padding-bottom: 32px;
}

#w1 li{
	float: left;
	width: 390px;
	margin-right: 15px;
	text-align: center;
	background: white;
	height: 434px;
	position: relative;
	transition: all .3s;
}
#w1 li:hover{
	transform: translate3d(0,-4px,0);
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
#w1 li img{
	width: 390px;
	height: 146px;
}
#w1 li strong{
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 24px;
	color: #424242;
	margin-top: 30px;
}
#w1 li span{
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 12px;
	color: #515151;
	text-transform: uppercase;
}
#w1 li p{
	line-height: 30px;
	padding: 0 42px;
	margin-top: 28px;
	color: #424242;
}
#w1 li hr{
	width: 150px;
	height: 0px;
	border: none;
	border-top: 1px solid #181818;
	position: absolute;
	left: 120px;
	bottom: 30px;
}


#w2{
	overflow: hidden;
}
#w2 li{
	width: 591px;
	height: 219px;
}
#w2 div{
	width: 284px;
	margin:0 30px;
	text-align: center;
}
#w2 strong{
	margin-top: 50px;
}
#w2 strong, #w2 p{
	line-height: 36px;
	display: block;
	font-size: 24px;
	color: #2e2e2e;
}
#w2-p1{
	float: left;
	background: url(../images/home-w2-p1-bg.jpg);
}
#w2-p2{
	float: right;
	background: url(../images/home-w2-p2-bg.jpg);
}

#w2 a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 28px;
	border-radius: 3px;
	background: #3e90ce;
	font-size: 18px;
	color: white;
	margin-top: 22px;
	transition: all .3s;
}

#w2 li:hover a{
	box-shadow:0 4px 8px 0 rgba(0,0,0,.1);
	transform: translate3d(0,-3px, 0);
}
#w2-p2 a{
	background: #3eadb1;
}

#w3{
	margin-top: 60px;
	background: url(../images/home-w3-bg.jpg) repeat-x;
}
#w3-hd{
	height: 52px;
	line-height: 52px;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
#w3-hd-title{
	float: left;
	color: #3e3e3e;
	overflow: hidden;
}
#w3-hd-title h3{
	font-size: 24px;
	text-indent: 14px;
	float: left;
}
#w3-hd-title span{
	font-size: 18px;
	float: left;
	display: block;
	text-transform: uppercase;
	margin-left: 28px;
	line-height: 60px;
}
#w3-hd-nav{
	float: right;
}


#w3-bd{
	overflow: hidden;
	height: 402px;
}
#w3-bd-left{
	width: 510px;
	height: 100%;
	background: url(../images/home-w3-bd-left-bg.png) no-repeat left bottom;
	float: left;
	position: relative;
}
#w3-bd-left strong{
	font-size: 18px;
	color: #3e3e3e;
	width: 20px;
	display: block;
	position: absolute;
	right: 130px;
	bottom: 44px;
	line-height: 30px;
}
#w3-bd-right{
	float: right;
	width: 651px;
	height: 100%;
}
#w3-bd-right-tilte{
	margin-top: 24px;
	text-align: right;
	font-size: 36px;
	color: #3e3e3e;
	height: 60px;
	line-height: 60px;
}
#w3-bd-right-tilte strong{
	font-weight: bold;
}
#w3-bd-right-tilte i{
	color: #fb9926;
	font-style: normal;
	font-weight: bold;
}
#w3-bd-right-tilte b{
	color: #279df3;
}

#w3-bd-right-bd{
	width: 587px;
	height: 197px;
	background: url(../images/home-w3-bd-right-bd-bg.png);
	overflow: hidden;
	margin-top: 26px;
	padding: 20px 32px;
}
#w3-bd-right-bd-info{
	line-height: 26px;
	color: #5f5f5f;
	font-weight: bold;
	margin-top: 16px;
}
#w3-bd-right-bd-words{
	color: #5f5f5f;
	line-height: 30px;
	margin-top: 20px;
	text-indent: 28px;
}

#w3-bd-right-bd-ft{
	text-align: center;
	margin-top: 26px;
}
#w3-bd-right-bd-ft i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #d5d5d5;
	text-indent: -999px;
	overflow: hidden;
	margin: 0 6px;
}
#w3-bd-right-bd-ft i.active{
	background: #279df3;
}


#w4{
	background: url(../images/home-w4-bg.jpg) repeat-x left top;
	background-color: white;
	overflow: hidden;
}

#w4-hd{
	text-align: center;
	padding-top: 42px;
}
#w4-hd h3{
	line-height: 38px;
	font-size: 24px;
	color: #515151;
}
#w4-hd span{
	line-height: 30px;
	font-size: 16px;
	color: #7a7a7a;
	text-transform: uppercase;
}

#w4-bd{
	background: white;
	margin-top: 66px;
	margin-bottom: 102px;
	height: 335px;
	box-shadow: 0px 34px 58.5px 6.5px rgba(0,0,0,.11);
}
#w4-bd ul{
	overflow: hidden;
}
#w4-bd li{
	float: left;
	width: 20%;
	margin: 0 2.5%;
	text-align: center;
}
#w4-bd li::before{
	content: "";
	display: inline-block;
	width: 110px;
	height: 103px;
	background: url(../images/home-w4-bd-icons.png) no-repeat left top;
	margin-top: 64px;
}
#w4-bd li:nth-child(2)::before{
	background-position: -110px top;
}
#w4-bd li:nth-child(3)::before{
	background-position: -220px top;
}
#w4-bd li:nth-child(4)::before{
	background-position: -330px top;
}
#w4-bd li strong{
	display: block;
	line-height: 36px;
	margin-top: 11px;
	font-size: 18px;
	color: #515151;
}
#w4-bd li p{
	line-height: 28px;
	font-size: 16px;
	color: #686868;
}


#w5{
	overflow: hidden;
	background: white;
}
#w5-box{
	height: 433px;
	overflow: hidden;
	background: url(../images/home-w5-person.png) no-repeat 420px bottom;
	background-color: #97a4b0;
	margin-bottom: 96px;
}
#w5-left{
	float: left;
	padding: 82px 0 0 70px;
}
#w5-left-title span{
	line-height: 24px;
	font-size: 18px;
	color: white;
}
#w5-left-title h3{
	line-height: 44px;
	font-size: 34px;
	color: white;
}
#w5-left dl{
	overflow: hidden;
	line-height: 30px;
	padding-top: 35px;
}
#w5-left dt, #w5-left dd{
	float: left;
	color: #ebedef;
}
#w5-left dt{
	clear: left;
}
#w5-left a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 38px;
	border: 1px solid white;
	color: white;
	margin-top: 44px;
	transition: all .3s;
}
#w5-left a:hover{
	color: #4e4e4e;
	border-color: #4e4e4e;
}
#w5-right{
	width: 405px;
	float: right;
	margin-right: 48px;
	overflow: hidden;
	padding-top: 96px;
}

#w5-right label{
	font-size: 15px;
	color: white;
	float: left;
	clear: left;
	line-height: 30px;
	display: block;
	width: 68px;
	padding-right: 11px;
}
#w5-right input[type=text], #w5-right textarea{
	display: block;
	border: none;
	border-bottom: 1px solid #adb7c0;
	float: left;
	width: 303px;
	line-height: 30px;
	margin-bottom: 26px;
	padding: 0 10px;
	background: none;
}
#w5-right input[type=submit]{
	clear: both;
	display: block;
	height: 48px;
	line-height: 48px;
	background: #5093e2;
	border: none;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color: white;
	cursor: pointer;
	border-radius: 6px;
	margin-top: 12px;
}
#w5-right textarea{
	line-height: 20px;
	height: 64px;
	padding-top: 6px;
	padding-bottom: 6px;
}



#w6{
	background: white;
	border-top: 3px solid #f2f2f2;
}
#w6-hd{
    padding-top: 60px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    padding-top: 38px;
}
#w6-hd-title{
    float: left;
    overflow: hidden;
}
#w6-hd-nav{
    float: right;
}
#w6-hd-title h3{
    color: #464646;
    font-size: 20px;
    float: left;
    text-indent: 6px;
}
#w6-hd-title span{
    float: left;
    color: #a1a1a1;
    text-transform: uppercase;
    display: block;
    text-indent: 12px;
    letter-spacing: 1.2px;
}
#w6-hd-nav{
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    padding-top: 9px;
}
#w6-hd-nav li{
    float: left;
    padding: 0 25px;
}
#w6-hd-nav li a{
    color: #908f8f;
    transition: .2s;
    display: block;
}

#w6-hd-nav li.active a{
    color: white !important;
    background: #474747;
    padding: 0 13px;
}
#w6-hd-nav li:hover a{
    color: #1d1d1d;
}
#w6-bd{
    overflow: hidden;
    margin-top: 40px;
}
#w6-bd-left{
    float: left;
    width: 474px;
}
#w6-bd-left img{
    width: 100%;
    height: 240px;
}
#w6-bd-left-text{
    background: #5093e2;
    height: 165px;
    overflow: hidden;
    transition: background-color .3s;
}
#w6-bd-left-text:hover{
    background: #2f7ad2;
}

#w6-bd-left-text .date{
    text-align: center;
    color: #c4d4ef;
    width: 54px;
    padding: 26px 35px 0;
    line-height: 20px;
    float: left;
}
#w6-bd-left-text .date b{
    font-size: 44px;
    color: white;
    font-weight: normal;
    display: block;
    line-height: 50px;
}

#w6-bd-left-text-subject{
    width: 315px;
    float: left;
}
#w6-bd-left-text-subject strong{
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #6ba1df;
    font-size: 16px;
    color: white;
    padding-top: 17px;
}
#w6-bd-left-text-subject p{
    line-height: 28px;
    padding-top: 12px;
    color: #d1def2;
    font-size: 13px;
}

#w6-bd-right{
    float: right;
    width: 660px;
    height: 405px;
    overflow: hidden;
}
#w6-bd-right li{
    padding-bottom: 18px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    margin-bottom: 12px;
}
#w6-bd-right li strong, #w6-bd-right li p{
    width: 560px;
    float: left;
    transition: color .3s;
}
#w6-bd-right li strong{
    line-height: 48px;
    font-size: 16px;
    color: #474747;
}
#w6-bd-right li p{
    line-height: 26px;
    color: #b4b4b4;
}
#w6-bd-right li .date{
    float: right;
    text-align: center;
    line-height: 18px;
    color: #acacac;
    width: 80px;
}
#w6-bd-right li .date b{
    display: block;
    line-height: 52px;
    font-size: 44px;
    color: #616161;
    font-weight: normal;
}
#w6-bd-right li:hover strong{
    color: #1b53b2;
}
#w6-bd-right li:hover p{
    color: #383838;
}


#w6-ft{
    padding: 56px 0 64px;
    text-align: center;
}
#w6-ft a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 43px;
    border: 1px solid #e5e5e5;
    color: #606060;
    transition: all .3s;
}
#w6-ft a:hover{
    color: #2f7ad2;
    border-color: #2f7ad2;
}